diff options
author | wpaul <wpaul@FreeBSD.org> | 1995-03-02 21:24:54 +0000 |
---|---|---|
committer | wpaul <wpaul@FreeBSD.org> | 1995-03-02 21:24:54 +0000 |
commit | 802729299882e607627a5425d01dfbf4937cdc9b (patch) | |
tree | df566e43fbbf0b340e22cdaf82ac9ed0c329fbe4 /usr.sbin/bootparamd | |
parent | 453667f810c5b7d847bcc9be037208c0c2c74582 (diff) | |
download | FreeBSD-src-802729299882e607627a5425d01dfbf4937cdc9b.zip FreeBSD-src-802729299882e607627a5425d01dfbf4937cdc9b.tar.gz |
Whoops. I knew I was forgetting something.
Diffstat (limited to 'usr.sbin/bootparamd')
-rw-r--r-- | usr.sbin/bootparamd/Makefile.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/bootparamd/Makefile.inc b/usr.sbin/bootparamd/Makefile.inc new file mode 100644 index 0000000..26c6f1c --- /dev/null +++ b/usr.sbin/bootparamd/Makefile.inc @@ -0,0 +1,3 @@ +# @(#)Makefile.inc 5.1 (Berkeley) 5/11/90 + +BINDIR?= /usr/sbin |