diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-05-01 15:39:46 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-05-01 15:39:46 +0000 |
| commit | 2be57ccd0c174ee81b2c44f3ef9eaa370ce2d78a (patch) | |
| tree | b14960edc68d36a3cfe450f8050652966ca58c2f | |
| parent | b1951f402864c5ed187dee4bc5fc92a7f548f78a (diff) | |
Notes
| -rw-r--r-- | usr.sbin/xntpd/Makefile.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/xntpd/Makefile.inc b/usr.sbin/xntpd/Makefile.inc index 571be3424dad..cecc8ecb5b5b 100644 --- a/usr.sbin/xntpd/Makefile.inc +++ b/usr.sbin/xntpd/Makefile.inc @@ -1,5 +1,4 @@ -.if !defined(BEEN_HERE) -BEEN_HERE=1 +# $Id$ DEFS_LOCAL=-DREFCLOCK -DPARSE -DUDP_WILDCARD_DELIVERY NTPDEFS= -DSYS_FREEBSD -DSYS_44BSD @@ -20,4 +19,3 @@ AUTHDEFS+= -DDES .endif .include "../Makefile.inc" -.endif |
