blob: a1626e41e81e9b990a43fe1041fa87c2ab7ed5e4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/usr/bin/make -f
nop:
@:
# POSIX.1-2008:
# If the pathname does not begin with a '/' it shall be treated as relative to
# the current working directory of the process, not relative to the directory
# containing the makefile.
include ../source.mk
|