diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-06-30 21:19:13 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-06-30 21:19:13 +0000 |
commit | 190a85bc7f4df2579a2fdc75a486e75ee82baf45 (patch) | |
tree | c901438821379342cd5b393327ae49a66be3bb71 /usr.sbin/timed | |
parent | 5d7ae449f24f23c9db2870e5e2c4f2b73bb92f01 (diff) |
oops, forgot bsd.own.mk
Diffstat (limited to 'usr.sbin/timed')
-rw-r--r-- | usr.sbin/timed/timed/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.sbin/timed/timed/Makefile b/usr.sbin/timed/timed/Makefile index 04d80a111fe..ee2ddb02f55 100644 --- a/usr.sbin/timed/timed/Makefile +++ b/usr.sbin/timed/timed/Makefile @@ -2,6 +2,8 @@ # # optional flags are: MEASURE TESTING DEBUG +.include <bsd.own.mk> + .if (${YP} == "yes") CFLAGS+=-DHAVENIS .endif |